home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Software Demos / Macromedia / Authorware 3.5 / QuikTour / DIVE.DIR / 00005.ls < prev    next >
Encoding:
Text File  |  1996-04-24  |  203 b   |  10 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     if the locH of sprite 1 < -578 then
  4.       exit repeat
  5.     end if
  6.     set the locH of sprite 1 to the locH of sprite 1 - 5
  7.     updateStage()
  8.   end repeat
  9. end
  10.